home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / stderrfix / makefile next >
Makefile  |  1994-09-15  |  206b  |  11 lines

  1. CFLAGS = -m68020 -O2 -c
  2. CC = gcc
  3.  
  4. all: stderrfix.o rle_stderrfix.o
  5.  
  6. stderrfix.o: stderrfix.c
  7.     $(CC) $(CFLAGS) stderrfix.c
  8.  
  9. rle_stderrfix.o: stderrfix.c
  10.     $(CC) $(CFLAGS) -DRLE -o rle_stderrfix.o stderrfix.c
  11.